﻿namespace Warudo.Core.Attributes {
    public enum AttributePredicateType {
        Method,
        PortIf,
        PortIs
    }
}
